Skip to content

Commit

Permalink
Merge pull request #313 from C-Pro/feature/finetuned-model
Browse files Browse the repository at this point in the history
use finetuned model
  • Loading branch information
C-Pro authored Mar 30, 2024
2 parents 121ca88 + 5bb047c commit eba438f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/skills/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def write_a_poem(self) -> str:
prompt_user = f"""Please write one 4 line long пирожок about the following topic: {theme}."""

response = openai.chat.completions.create(
model="gpt-4-0125-preview",
model="ft:gpt-3.5-turbo-1106:personal:pirozhok:9881pYjD",
messages=[
{"role": "system", "content": prompt},
{
Expand Down

0 comments on commit eba438f

Please sign in to comment.