diff --git a/cookbook/examples/data_eng/requirements.txt b/cookbook/examples/data_eng/requirements.txt index 3ae78ce2b..d1f00436d 100644 --- a/cookbook/examples/data_eng/requirements.txt +++ b/cookbook/examples/data_eng/requirements.txt @@ -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 diff --git a/cookbook/examples/local_rag/requirements.txt b/cookbook/examples/local_rag/requirements.txt index 6da2154bd..46c685eb6 100644 --- a/cookbook/examples/local_rag/requirements.txt +++ b/cookbook/examples/local_rag/requirements.txt @@ -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 diff --git a/cookbook/examples/research/requirements.txt b/cookbook/examples/research/requirements.txt index 5529e82d2..7d9687347 100644 --- a/cookbook/examples/research/requirements.txt +++ b/cookbook/examples/research/requirements.txt @@ -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 diff --git a/cookbook/examples/worldbuilding/requirements.txt b/cookbook/examples/worldbuilding/requirements.txt index 3d359fda6..9bf634c6d 100644 --- a/cookbook/examples/worldbuilding/requirements.txt +++ b/cookbook/examples/worldbuilding/requirements.txt @@ -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 diff --git a/cookbook/llms/groq/rag/requirements.txt b/cookbook/llms/groq/rag/requirements.txt index f91f58223..14efe46c7 100644 --- a/cookbook/llms/groq/rag/requirements.txt +++ b/cookbook/llms/groq/rag/requirements.txt @@ -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 diff --git a/cookbook/llms/groq/structured_output.py b/cookbook/llms/groq/structured_output.py index 1d809c076..3d7cb2097 100644 --- a/cookbook/llms/groq/structured_output.py +++ b/cookbook/llms/groq/structured_output.py @@ -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")) diff --git a/cookbook/llms/hermes2/auto_rag/requirements.txt b/cookbook/llms/hermes2/auto_rag/requirements.txt index d79568b7c..114ba876f 100644 --- a/cookbook/llms/hermes2/auto_rag/requirements.txt +++ b/cookbook/llms/hermes2/auto_rag/requirements.txt @@ -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 diff --git a/cookbook/llms/mistral/rag/requirements.txt b/cookbook/llms/mistral/rag/requirements.txt index 1d5dbd66e..1273154cd 100644 --- a/cookbook/llms/mistral/rag/requirements.txt +++ b/cookbook/llms/mistral/rag/requirements.txt @@ -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 diff --git a/cookbook/llms/ollama/rag/requirements.txt b/cookbook/llms/ollama/rag/requirements.txt index 6c92631a9..5b9816e9c 100644 --- a/cookbook/llms/ollama/rag/requirements.txt +++ b/cookbook/llms/ollama/rag/requirements.txt @@ -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