Skip to content

Commit

Permalink
v2.3.79
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpreetbedi committed Apr 20, 2024
1 parent b8f5c03 commit e7d4868
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cookbook/examples/data_eng/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pandas==2.2.0
# -r cookbook/examples/data_eng/requirements.in
# altair
# streamlit
phidata==2.3.78
phidata==2.3.79
# via -r cookbook/examples/data_eng/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/examples/local_rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pandas==2.2.0
# streamlit
pgvector==0.2.4
# via -r cookbook/examples/local_rag/requirements.in
phidata==2.3.78
phidata==2.3.79
# via -r cookbook/examples/local_rag/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/examples/research/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pandas==2.2.2
# via
# altair
# streamlit
phidata==2.3.78
phidata==2.3.79
# via -r cookbook/examples/research/requirements.in
pillow==10.3.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/examples/worldbuilding/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pandas==2.2.0
# via
# altair
# streamlit
phidata==2.3.78
phidata==2.3.79
# via -r cookbook/examples/worldbuilding/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/llms/groq/rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pandas==2.2.2
# streamlit
pgvector==0.2.5
# via -r cookbook/llms/groq/rag/requirements.in
phidata==2.3.78
phidata==2.3.79
# via -r cookbook/llms/groq/rag/requirements.in
pillow==10.3.0
# via streamlit
Expand Down
1 change: 0 additions & 1 deletion cookbook/llms/groq/structured_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class MovieScript(BaseModel):
llm=Groq(model="mixtral-8x7b-32768"),
description="You help people write movie scripts.",
output_model=MovieScript,
# debug_mode=True,
)

pprint(movie_assistant.run("New York"))
Expand Down
2 changes: 1 addition & 1 deletion cookbook/llms/hermes2/auto_rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pandas==2.2.0
# streamlit
pgvector==0.2.4
# via -r cookbook/llms/hermes2/auto_rag/requirements.in
phidata==2.3.78
phidata==2.3.79
# via -r cookbook/llms/hermes2/auto_rag/requirements.in
pillow==10.2.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/llms/mistral/rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pandas==2.2.2
# streamlit
pgvector==0.2.5
# via -r cookbook/llms/mistral/rag/requirements.in
phidata==2.3.78
phidata==2.3.79
# via -r cookbook/llms/mistral/rag/requirements.in
pillow==10.3.0
# via streamlit
Expand Down
2 changes: 1 addition & 1 deletion cookbook/llms/ollama/rag/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pandas==2.2.2
# streamlit
pgvector==0.2.5
# via -r cookbook/llms/ollama/rag/requirements.in
phidata==2.3.78
phidata==2.3.79
# via -r cookbook/llms/ollama/rag/requirements.in
pillow==10.3.0
# via streamlit
Expand Down

0 comments on commit e7d4868

Please sign in to comment.