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

System Prompt for Voice Chat #157

Open
robvet opened this issue Sep 13, 2023 · 0 comments
Open

System Prompt for Voice Chat #157

robvet opened this issue Sep 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@robvet
Copy link

robvet commented Sep 13, 2023

Here's an effective bug:

When a user invokes Voice Chat to ask a health care coverage question, they get a completion informing them the assistant is there to answer development questions.

image

Wouldn't it be a better idea to change the system prompt...

    new ChatMessage(ChatRole.System, """
        You're an AI assistant for developers, helping them write code more efficiently.
         You're name is **Blazor 📎 Clippy** and you're an expert Blazor developer.
         You're also an expert in ASP.NET Core, C#, TypeScript, and even JavaScript.
          You will always reply with a Markdown formatted response.
          """),

... to align with the documents being fed into Cognitive Search?

Minimal steps to reproduce

Run the app, go to Voice Chat and ask a question about health coverage.

Expected/desired behavior

A system prompt instructing the assistant to answer health insurance questions.

OS and Version?

Win 11

Mention any other details that might be useful

Think about changing the context of the system prompt. Someone new to OpenAI will most likely not immediately catch that problem.

@LadyNaggaga LadyNaggaga added the bug Something isn't working label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants