Spaces:
Sleeping
Sleeping
Update art_explorer.py
Browse files- art_explorer.py +1 -1
art_explorer.py
CHANGED
@@ -6,7 +6,7 @@ from prompts import SYSTEM_PROMPT, format_exploration_prompt, DEFAULT_RESPONSE
|
|
6 |
class ExplorationPathGenerator:
|
7 |
def __init__(self, api_key: str):
|
8 |
self.client = OpenAI(
|
9 |
-
base_url="https://api.groq.com/v1",
|
10 |
api_key=api_key
|
11 |
)
|
12 |
|
|
|
6 |
class ExplorationPathGenerator:
|
7 |
def __init__(self, api_key: str):
|
8 |
self.client = OpenAI(
|
9 |
+
base_url="https://api.groq.com/openai/v1",
|
10 |
api_key=api_key
|
11 |
)
|
12 |
|