Created
September 30, 2023 18:21
-
-
Save ashpreetbedi/857f8d6be222bee8a6e8b6ae3e3a7ae9 to your computer and use it in GitHub Desktop.
A very simple LLM conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from phi.conversation import Conversation | |
| conversation = Conversation() | |
| if __name__ == "__main__": | |
| conversation.print_response("Share a quick recipe for a healthy breakfast.") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment