Update src/aidgaf/aidgaf_server/settings.py
This commit is contained in:
parent
fc00639e72
commit
d3872e4a62
@ -36,7 +36,7 @@ PROMPTS = [
|
|||||||
OPEN_AI_MAX_TOKENS = 500
|
OPEN_AI_MAX_TOKENS = 500
|
||||||
|
|
||||||
""" The model to use for OpenAI. """
|
""" The model to use for OpenAI. """
|
||||||
OPEN_AI_COMPLETION_MODEL = "gpt-3.5-turbo"
|
OPEN_AI_COMPLETION_MODEL = "gpt-4o-mini"
|
||||||
|
|
||||||
""" The temperature to use for OpenAI. 0-2, 0 is basicall repeating the prompt, 2 is more random. """
|
""" The temperature to use for OpenAI. 0-2, 0 is basicall repeating the prompt, 2 is more random. """
|
||||||
TEMPERATURE = 0.8
|
TEMPERATURE = 0.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user