Created
March 5, 2024 21:10
-
-
Save fsndzomga/a0fb622b0b854f999934485001cbbc78 to your computer and use it in GitHub Desktop.
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
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