Skip to content
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

implement autoreloading of GPT configuration #12

Open
bora-uyumazturk opened this issue Jul 19, 2020 · 2 comments · Fixed by #16
Open

implement autoreloading of GPT configuration #12

bora-uyumazturk opened this issue Jul 19, 2020 · 2 comments · Fixed by #16

Comments

@bora-uyumazturk
Copy link
Collaborator

currently, if you want to see how GPT does with more examples, you need to add examples in the main script and then relaunch the flask back end. Ideally, they would be able to make changes to the GPT configuration and see the model improve as they include more priming examples.

One way of doing this would be to add a UI component that sends a post to update the underlying GPT model but this would result in potentially a cluttered UI (not ideal for demos).

@bora-uyumazturk bora-uyumazturk changed the title implement autoreloading of app run script implement autoreloading of GPT configuration Jul 19, 2020
@bora-uyumazturk
Copy link
Collaborator Author

A better approach would probably to put all the api interactions inside the GPT object so that it's easy to test in a python interpreter

@bora-uyumazturk bora-uyumazturk linked a pull request Jul 19, 2020 that will close this issue
@bora-uyumazturk
Copy link
Collaborator Author

A better approach would probably to put all the api interactions inside the GPT object so that it's easy to test in a python interpreter

addressed in #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant