Skip to content

Commit

Permalink
Update README.md, removed extra async definition (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutlope authored Oct 11, 2024
1 parent f0ff21f commit e515533
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ prompts = [
]

async def async_chat_completion(prompts):
async_client = AsyncTogether(api_key=os.environ.get("TOGETHER_API_KEY"))
tasks = [
async_client.completions.create(
model="codellama/CodeLlama-34b-Python-hf",
Expand Down

0 comments on commit e515533

Please sign in to comment.