openai-openapi
openai-openapi copied to clipboard
potential loop in ChatGPT chat.openai website when you ask certain question
i was coding asked for help rewriting function
it started replying with my question 3-5 times in row repeat same then stop
this code: async register( userId: string, initialTask: Task, additionalTasks: Task[], settings: TaskSettings, score: Score, tree: TaskTree ): Promise<RegisterUserResult> {
gpt 3.5 btw