Skip to content

Instantly share code, notes, and snippets.

@ashpreetbedi
Created September 30, 2023 18:21
Show Gist options
  • Save ashpreetbedi/857f8d6be222bee8a6e8b6ae3e3a7ae9 to your computer and use it in GitHub Desktop.
Save ashpreetbedi/857f8d6be222bee8a6e8b6ae3e3a7ae9 to your computer and use it in GitHub Desktop.
A very simple LLM conversation
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