baconnier commited on
Commit
7b407f4
·
verified ·
1 Parent(s): f37f459

Update art_explorer.py

Browse files
Files changed (1) hide show
  1. 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