Update ai_config.py
Browse files- ai_config.py +1 -1
ai_config.py
CHANGED
@@ -8,7 +8,7 @@ def n_of_questions():
|
|
8 |
return n_of_questions
|
9 |
|
10 |
#openai_api_key = os.environ.get("openai_api_key")
|
11 |
-
openai_api_key = '
|
12 |
|
13 |
model = "gpt-4o-mini"
|
14 |
|
|
|
8 |
return n_of_questions
|
9 |
|
10 |
#openai_api_key = os.environ.get("openai_api_key")
|
11 |
+
openai_api_key = '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'
|
12 |
|
13 |
model = "gpt-4o-mini"
|
14 |
|