We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7916ae commit 6df80c3Copy full SHA for 6df80c3
probability_llm.env.example
@@ -1,8 +1,8 @@
1
# API to make predictions ----------------------------------
2
DEFAULT_PREDICTION_API=PROBABILITY_LLM
3
-LLM_BASE_URL=https://generativelanguage.googleapis.com/v1beta
+LLM_BASE_URL=https://api.groq.com/openai/v1
4
LLM_API_KEY=api_key_no_brackets_nor_quotes
5
-LLM_MODEL=gemini-2.0-flash
+LLM_MODEL=openai/gpt-oss-120b
6
# ----------------------------------------------------------
7
8
# Probability range ----------------------------------------
0 commit comments