Spaces:
Runtime error
Runtime error
Update chat/model_manage.py
Browse files- chat/model_manage.py +0 -2
chat/model_manage.py
CHANGED
@@ -4,8 +4,6 @@ import json
|
|
4 |
import os
|
5 |
from google.generativeai.types import content_types
|
6 |
from collections.abc import Iterable
|
7 |
-
from IPython import display
|
8 |
-
from IPython.display import Markdown
|
9 |
|
10 |
# ----------------------- define instructions -----------------------
|
11 |
system_instruction = """You are a library chatbot that help people to find relevant articles about a topic, or find a specific article with given title and authors.
|
|
|
4 |
import os
|
5 |
from google.generativeai.types import content_types
|
6 |
from collections.abc import Iterable
|
|
|
|
|
7 |
|
8 |
# ----------------------- define instructions -----------------------
|
9 |
system_instruction = """You are a library chatbot that help people to find relevant articles about a topic, or find a specific article with given title and authors.
|