Spaces:
Sleeping
Sleeping
Dy
commited on
Commit
•
d3e5ad7
1
Parent(s):
e70ca6d
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,8 @@ def get_taxanomy_from_url(url):
|
|
136 |
Do not insert any string before or after the python dictionary.
|
137 |
Do not say "Here is"
|
138 |
Do not say "As an AI model"
|
139 |
-
|
|
|
140 |
'''
|
141 |
encoding = tiktoken.encoding_for_model("gpt-4")
|
142 |
encoded_prompt2 = encoding.encode(prompt_input2)[:8000]
|
|
|
136 |
Do not insert any string before or after the python dictionary.
|
137 |
Do not say "Here is"
|
138 |
Do not say "As an AI model"
|
139 |
+
Do not explain anything about the python dictionary.
|
140 |
+
Output python dictionary only. ONLY python dictionary as output.
|
141 |
'''
|
142 |
encoding = tiktoken.encoding_for_model("gpt-4")
|
143 |
encoded_prompt2 = encoding.encode(prompt_input2)[:8000]
|