project_openai_codex
project_openai_codex copied to clipboard
I only get one response.
My bot only gives one answer. FOR EVERYTHING, Help ME!!!
The prompt is asking for an opinion about the use of technology in the classroom.
My opinion is that technology can be a great tool for enhancing learning in the classroom. It can provide students with access to a wide range of resources, allow them to collaborate with peers, and help them develop important skills such as problem-solving and critical thinking. However, it is important to ensure that technology is used in a way that supports learning objectives and does not become a distraction.
I am facing the same issue also. I am still trying to figure out what I did wrong😒.
any progress?
Not yet bro, been on it since last night. Still working.
I will share if I find a solution.
Hey bro, I got it working here. All I did was exit out of VS Code and restarted my system. The I restarted client app and server and it's responding. See if it works for you and let me know. Good luck.
If I understand correctly, do you want a different answer for the same prompt each time you run it? Check the temperature from the create(). In the tutorials, he uses 0 which lower randomness to a deterministic value. You might want it like that for coding examples but for general questions to the AI, crank it up to 0.5-0.7.
Hey Bro,
It's still not working. In fact I think i screwed it up more.
On Tue, Jan 3, 2023 at 12:24 PM amc-llc @.***> wrote:
Hey bro, I got it working here. All I did was exit out of VS Code and restarted my system. The I restarted client app and server and it's responding. See if it works for you and let me know. Good luck.
— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_openai_codex/issues/13#issuecomment-1369967065, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASZ4BDCC222NNIEXWFJQL7TWQRHEDANCNFSM6AAAAAATO6R54Q . You are receiving this because you authored the thread.Message ID: @.***>
I getting another error at launch.[image: Mark9_error at render_2.JPG]
On Tue, Jan 3, 2023 at 12:27 PM Dušan Kuzmanović @.***> wrote:
If I understand correctly, do you want a different answer for the same prompt each time you run it? Check the temperature from the create(). In the tutorials, he uses 0 which lower randomness to a deterministic value. You might want it like that for coding examples but for general questions to the AI, crank it up to 0.5-0.7.
— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_openai_codex/issues/13#issuecomment-1369970744, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASZ4BDAXDLYJFELNCQAXFUTWQRHQNANCNFSM6AAAAAATO6R54Q . You are receiving this because you authored the thread.Message ID: @.***>
Quick question about my server.js script on github: Am I supposed to use the local host or the render https
app.listen(5000, () => console.log('Server is running on port http://localhost:5000'));
Let me know.
On Tue, Jan 3, 2023 at 1:12 PM Ways Andmeans @.***> wrote:
I getting another error at launch.[image: Mark9_error at render_2.JPG]
On Tue, Jan 3, 2023 at 12:27 PM Dušan Kuzmanović @.***> wrote:
If I understand correctly, do you want a different answer for the same prompt each time you run it? Check the temperature from the create(). In the tutorials, he uses 0 which lower randomness to a deterministic value. You might want it like that for coding examples but for general questions to the AI, crank it up to 0.5-0.7.
— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_openai_codex/issues/13#issuecomment-1369970744, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASZ4BDAXDLYJFELNCQAXFUTWQRHQNANCNFSM6AAAAAATO6R54Q . You are receiving this because you authored the thread.Message ID: @.***>
Use the render link for server after deployment.
Hey Bro.
How do I restart my server?
On Tue, Jan 3, 2023 at 12:24 PM amc-llc @.***> wrote:
Hey bro, I got it working here. All I did was exit out of VS Code and restarted my system. The I restarted client app and server and it's responding. See if it works for you and let me know. Good luck.
— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_openai_codex/issues/13#issuecomment-1369967065, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASZ4BDCC222NNIEXWFJQL7TWQRHEDANCNFSM6AAAAAATO6R54Q . You are receiving this because you authored the thread.Message ID: @.***>
In the terminal, while the server is running, type out 'rs' without quotation marks. And hit enter.
Or you can stop the server with Control+C on macOS (try CTRL+C or ALT+C on Windows) and run it again with npm run server
.
any solution fo this?
has anyone got the solution im facing the same issue