MrJs133 opened a new pull request, #222:
URL: https://github.com/apache/incubator-hugegraph-ai/pull/222

   **Support for Automated LLM Testing**
   **Core Idea**: The user provides a prompt; the candidate model generates a 
response based on the prompt, and a reviewer model evaluates the response and 
assigns scores.
   
   As shown in the figure:
   
![image](https://github.com/user-attachments/assets/cfefefb7-8ca4-4125-94a4-d370fc82e60a)
   
   1. **Configure the reviewer model** (currently only OpenAI is supported)
   2. **Configure the candidate models** (supports uploading a YAML file or 
entering text)
      * A template YAML file has been uploaded (it cannot be used directly; 
keys and base URLs must be filled in)
      * The textbox provides a template input format; each line represents the 
configuration for one LLM client, with elements separated by commas
   3. Provide the **prompt**
   4. Provide the **reference answer**
   5. **Evaluation results** will be displayed in the **Output** box
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to