Skip to content

Commit

Permalink
🔧 Remove streaming setting
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Dec 15, 2023
1 parent 7ef3b40 commit bd0990f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from funcchain import chain, settings

settings.llm = "openai/gpt-4-vision-preview"
settings.streaming = True


class AnalysisResult(BaseModel):
Expand Down

0 comments on commit bd0990f

Please sign in to comment.