Update src/aidgaf/aidgaf_server/settings.py

This commit is contained in:
Adam Outler 2023-06-13 23:53:22 +00:00
parent a6e8e1a54f
commit a4c63a7177

View File

@ -36,7 +36,7 @@ PROMPTS = [
OPEN_AI_MAX_TOKENS = 500
""" The model to use for OpenAI. """
OPEN_AI_COMPLETION_MODEL = "gpt-4"
OPEN_AI_COMPLETION_MODEL = "gpt-3.5-turbo"
""" The temperature to use for OpenAI. 0-2, 0 is basicall repeating the prompt, 2 is more random. """
TEMPERATURE = 0.8