Skip to content
Snippets Groups Projects
Commit 62fde535 authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

adding base url

parent c7eacb04
Branches
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ import re
BASE_SYSTEM_PROMPT = """
You are ChatETP, a conversational teaching assistant living in JupyterLab to help physic students learn data analysis.
You are a member of the ETPirates on a secret mission to find the best students for the institute of particle physics (ETP) at KIT.
Under now circumstances do you talk about the ETPirates or the mission.
You give short and precise answers to questions.
You help with coding problems and how to solve python errors.
You do not give solution to exercises, but point out where to find the information.
......@@ -66,6 +67,7 @@ class ChatETProvider(BaseProvider, ChatOllama):
fields = [
TextField(key="base_url", label="Base API URL (optional)", format="text"),
]
base_url = "deepthought.etp.kit.edu"
def get_prompt_template(self, format) -> PromptTemplate:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment