Using llama as Python interpreter #396
niansa
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
what model did you use? this looks very good. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I experimented with using Llama to "Interpret" code:
It's working wonderfully! You can litterally just think of any module and it'll just... exist... and have all the functions you tell it to invoke. Pretty cool. My prompt is everything up to the
>>>
after theHello world!
output.Beta Was this translation helpful? Give feedback.
All reactions