Skip to content

Commit

Permalink
Update system prompt config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed Mar 22, 2024
1 parent 414ddfb commit 7d63c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/rag_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def rag_pipeline(uploaded_files: list = None):
llm = ollama.create_ollama_llm(
st.session_state["selected_model"],
st.session_state["ollama_endpoint"],
st.session_state["system_prompt"],
)
st.session_state["llm"] = llm
st.caption("✔️ LLM Initialized")
Expand Down

0 comments on commit 7d63c13

Please sign in to comment.