Skip to content

Commit

Permalink
update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarrata committed Dec 11, 2024
1 parent d1d367f commit e59674f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"import autogen\n",
"from autogen.cache import Cache\n",
"\n",
"INFERENCE_SERVER_URL = \"https://granite30-8b-agentic-zone.apps.dev.rhoai.rh-aiservices-bu.com\"\n",
"INFERENCE_SERVER_URL = os.getenv('API_URL_GRANITE')\n",
"MODEL_NAME = \"granite30-8b\"\n",
"API_KEY= os.getenv('API_KEY')"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"import autogen\n",
"from autogen.cache import Cache\n",
"\n",
"INFERENCE_SERVER_URL = \"https://granite30-8b-agentic-zone.apps.dev.rhoai.rh-aiservices-bu.com\"\n",
"INFERENCE_SERVER_URL = os.getenv('API_URL_GRANITE')\n",
"MODEL_NAME = \"granite30-8b\"\n",
"API_KEY= os.getenv('API_KEY')"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"outputs": [],
"source": [
"# LLM Inference Server URL\n",
"INFERENCE_SERVER_URL = os.getenv('API_URL')\n",
"INFERENCE_SERVER_URL = os.getenv('API_URL_GRANITE')\n",
"MODEL_NAME = \"granite30-8b\"\n",
"API_KEY= os.getenv('API_KEY')\n",
"\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
},
"outputs": [],
"source": [
"INFERENCE_SERVER_URL = os.getenv('API_URL')\n",
"INFERENCE_SERVER_URL = os.getenv('API_URL_GRANITE')\n",
"MODEL_NAME = \"granite30-8b\"\n",
"API_KEY= os.getenv('API_KEY')"
]
Expand Down

0 comments on commit e59674f

Please sign in to comment.