openai / openai-openapi

OpenAPI specification for the OpenAI API
https://platform.openai.com/docs/api-reference/introduction
MIT License
1.09k stars 324 forks source link

potential loop in ChatGPT chat.openai website when you ask certain question #243

Open k-gintaras opened 2 months ago

k-gintaras commented 2 months ago

i was coding asked for help rewriting function

it started replying with my question 3-5 times in row repeat same then stop

k-gintaras commented 2 months ago

this code: async register( userId: string, initialTask: Task, additionalTasks: Task[], settings: TaskSettings, score: Score, tree: TaskTree ): Promise<RegisterUserResult> {

k-gintaras commented 2 months ago

gpt 3.5 btw

k-gintaras commented 2 months ago

image