Skip to content

Commit

Permalink
added replicate to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
star-nox committed Dec 5, 2023
1 parent 0f72b73 commit 3e5a553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ai_ta_backend/filtering_contexts.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def run_anyscale(prompt):
api_base = "https://api.endpoints.anyscale.com/v1",
api_key=os.environ["ANYSCALE_ENDPOINT_TOKEN"],
# model="meta-llama/Llama-2-70b-chat-hf",
engine="mistralai/Mistral-7B-Instruct-v0.1",
model="mistralai/Mistral-7B-Instruct-v0.1",
messages=[{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": prompt}],
temperature=0.3,
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ unstructured==0.10.29 # causes huge ~5.3 GB of installs. Probbably from onnx: ht
xlrd # for excel ingest
newrelic
ray
langchainhub
langchainhub
replicate

0 comments on commit 3e5a553

Please sign in to comment.