Spaces:
Sleeping
Sleeping
Update art_explorer.py
Browse files- art_explorer.py +1 -1
art_explorer.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from typing import Optional, List, Dict
|
2 |
import json
|
3 |
from openai import OpenAI
|
4 |
-
from
|
5 |
|
6 |
class ExplorationPathGenerator:
|
7 |
def __init__(self, api_key: str):
|
|
|
1 |
from typing import Optional, List, Dict
|
2 |
import json
|
3 |
from openai import OpenAI
|
4 |
+
from prompts import SYSTEM_PROMPT, format_exploration_prompt, DEFAULT_RESPONSE
|
5 |
|
6 |
class ExplorationPathGenerator:
|
7 |
def __init__(self, api_key: str):
|