MaltepePowerPuffGirls / OpenAPITestImpl

Test python project for Talk2Note Backend Application
MIT License
0 stars 0 forks source link

OpenAI Role Proxy error based on parameters. #2

Open Razortype opened 4 months ago

Razortype commented 4 months ago

Issue with OpenAIRole Definition in note-taker.json

The definition of OpenAIRole in note-taker.json is currently incorrect and requires adjustment to align with the expected parameters. The following parameters are not defined correctly:

To rectify this issue, updates are necessary in the OpenAIRole class to reflect the changes in the default parameters of note-taker.json. It's essential to ensure that the definitions are accurately aligned to prevent any discrepancies in functionality or behavior.

Developers should review the current implementation and make the necessary adjustments to ensure that the OpenAIRole class correctly defines all parameters according to the specifications outlined in note-taker.json.

Further clarification or examples may be provided to facilitate a smoother update process and ensure a clear understanding of the required changes.

Response status code: 400

Response text: {
  "error": {
    "message": "Unrecognized request arguments supplied: actor, max_completion_tokens, max_prompt_tokens, max_total_tokens, method, prompt, purpose",
    "type": "invalid_request_error",
    "param": null,
    "code": null
  }
}

@irmylmz and @unalkamcili are responsible.

Razortype commented 4 months ago

I've integrated a terminal menu to streamline role selection and prompt usage within the system, making it easier to troubleshoot and resolve issues. at #4 . @irmylmz @unalkamcili