-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathwatsonx.env
More file actions
22 lines (20 loc) · 806 Bytes
/
watsonx.env
File metadata and controls
22 lines (20 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Uncomment the lines and change the values.
LLM_TYPE=WATSONX
# WATSONX_URL=<your watsonx.ai URL>
# User API Keys take the form cpd-apikey-{username}-{timeStamp}, where username is the IBMid of the account owner and timestamp indicates
# when the key was created.
WATSONX_APIKEY=<your watsonx.ai API Key>
#
WATSONX_PROJECT_ID=<your watsonx.ai Project ID>
#
# Depending the Watsonx location here is the locations url to use :
#
# Dallas: https://us-south.ml.cloud.ibm.com
# London - https://eu-gb.ml.cloud.ibm.com
# Frankfurt - https://eu-de.ml.cloud.ibm.com
# Tokyo - https://jp-tok.ml.cloud.ibm.com
#
WATSONX_URL=https://us-south.ml.cloud.ibm.com
# select one model
WATSONX_MODEL_NAME=mistralai/mistral-small-3-1-24b-instruct-2503
# WATSONX_MODEL_NAME=mistralai/mixtral-8x7b-instruct-v01