We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2399dd commit ed38079Copy full SHA for ed38079
config.yaml
@@ -6,7 +6,7 @@
6
# Recommend -> gpt-4-turbo (Better performance, more expensive), gpt-4-o (Good performance, cheaper)
7
8
API_KEY: "" # Free API Key with GPT-4 access: https://github.com/CubeGPT/.github/discussions/1
9
-BASE_URL: "https://api.openai.com/v1/chat/completions"
+BASE_URL: "https://api.openai.com/v1"
10
11
GENERATION_MODEL: "gpt-4-turbo-2024-04-09"
12
FIXING_MODEL: "gpt-4-turbo-2024-04-09"
0 commit comments