-
Notifications
You must be signed in to change notification settings - Fork 300
Add Recipe Generator sample application to examples #84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm getting the following error when trying to run. I have followed the instructions with the small adjustment of using a python virtualenv
You know what's wrong @techmaharaj ? |
Going to talk through this with @ibuildthecloud. This is the first example that includes "normal" source code that needs installed/launched. All other examples are simple gptscript files. I just want to see if he wants to organize these "more complex" examples differently. I'll get back to you when we hash that out today. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont use "var" to declare variables
He's good with it living right where it is - a subdir of examples |
|
||
2. Navigate to the `examples/recipegenerator` directory and install the dependencies: | ||
|
||
Python: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we include creating a virtualenv? or is that not necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
meh. let ppl decide that for themselves
Adding a new recipe generator sample application that uses gptscript and gptscript vision to analyze an image, extract ingredients from it, and suggest a recipe based on it.