Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix openAI custom model issue && add notice for wrong custom response format && updata documents #120

Merged
merged 3 commits into from
Mar 27, 2024

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    d4eee77 View commit details
    Browse the repository at this point in the history
  2. fix(core): handle null response in JsonPath parsing

    The commit fixes the CustomSSEProcessor by handling null responses from the new JsonPath library. It adds a check for null values when parsing the SSE data and notifies the user if the response format is incorrect. This prevents the application from crashing and provides a better user experience. Additionally, it removes unnecessary logging and redundant code.
    ippan committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7e60675 View commit details
    Browse the repository at this point in the history
  3. docs(llm): add stream support to custom LLM server docs

    Update the custom engine server documentation with the new "stream" feature in the request body format and adjust the response format example for clarity. This addition enables real-time interaction with the AI model.
    ippan committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9203ee1 View commit details
    Browse the repository at this point in the history