Skip to content

Commit

Permalink
[0.3.1]
Browse files Browse the repository at this point in the history
  • Loading branch information
kyegomez committed Jan 16, 2025
1 parent af0b84c commit 21ebdde
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions together_example.py → examples/together_example.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from swarm_models import TogetherLLM
from swarm_models.together_llm import TogetherLLM


# Example usage
Expand All @@ -16,9 +16,6 @@
"Can you recommend a mutual fund for a beginner investor?",
"How do I diversify my portfolio with mutual funds?",
]
# response_contents = model_runner.run_concurrently(tasks)
# for response_content in response_contents:
# print(response_content)
print(
model_runner.run(
"How do we allocate capital efficiently in your opion Larry?"
Expand Down

0 comments on commit 21ebdde

Please sign in to comment.