Skip to content

Instantly share code, notes, and snippets.

@fsndzomga
Created March 5, 2024 21:10
Show Gist options
  • Save fsndzomga/a0fb622b0b854f999934485001cbbc78 to your computer and use it in GitHub Desktop.
Save fsndzomga/a0fb622b0b854f999934485001cbbc78 to your computer and use it in GitHub Desktop.
response = openai.ChatCompletion.create(
model=fine_tuned_model_id, messages=test_messages, temperature=0.5
)
print(response["choices"][0]["message"]["content"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment