Skip to content

Commit

Permalink
refactor: change default model and prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
nalgeon committed Jul 19, 2024
1 parent 3536eb4 commit 077abbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class OpenAI:
params: dict
azure: Optional[dict] = None

default_model = "gpt-3.5-turbo"
default_prompt = "Your primary goal is to answer my questions. This may involve writing code or providing helpful information. Be detailed and thorough in your responses."
default_model = "gpt-4o-mini"
default_prompt = "You are an AI assistant."
default_params = {
"temperature": 0.7,
"presence_penalty": 0,
Expand Down

0 comments on commit 077abbb

Please sign in to comment.