magols / BlazorGPT

BlazorGPT is a Blazor Server application that uses Semantic Kernel plus OpenAI, Azure OpenAI and Ollama for inference and embeddings.
MIT License
65 stars 20 forks source link

Feature - Multiple Models/Temperatures/etc #15

Open bakes82 opened 3 months ago

bakes82 commented 3 months ago

One of the feature I think this is missing is the ability to have a "script" or UI that supports testing/comparting models and temperatures. It might be easier to do with a script and just have it output the response. The use case is to test various prompts and models easily. I would want to send the same prompt against gpt4, 3.5 turbo, llama, maybe with various temperatures to see the responses.