This repository was archived by the owner on Aug 10, 2023. It is now read-only.
wondering if there is a way to acquaint chatgpt to the workspace codebase? #81
lauralee00
started this conversation in
General
Replies: 2 comments 3 replies
-
The thread is handled by the API's internals via conversation_id and parent_id so I don't need a single unbroken session. However, that is a point of improvement to increase code efficiency. I will refactor at some point but a bit busy atm |
Beta Was this translation helpful? Give feedback.
1 reply
-
@lauralee00 I'm searching the answer for the same question to feed my data set. Have you found a way? Thx |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just coming across this API and there doesn't seem to be documentation on this so starting a discussion. Does every API call use independent sessions as opposed to a continued "thread" of questions that consider previous context we might see from a web based interaction with ChatGPT? Also, on the related note, I'm wondering if there is a way to systematically feed in the workspace code and structure to ChatGPT. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions