Skip to content

Commit 6df80c3

Browse files
Update probability_llm.env.example with newer models and APIs
1 parent e7916ae commit 6df80c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

probability_llm.env.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# API to make predictions ----------------------------------
22
DEFAULT_PREDICTION_API=PROBABILITY_LLM
3-
LLM_BASE_URL=https://generativelanguage.googleapis.com/v1beta
3+
LLM_BASE_URL=https://api.groq.com/openai/v1
44
LLM_API_KEY=api_key_no_brackets_nor_quotes
5-
LLM_MODEL=gemini-2.0-flash
5+
LLM_MODEL=openai/gpt-oss-120b
66
# ----------------------------------------------------------
77

88
# Probability range ----------------------------------------

0 commit comments

Comments
 (0)