feat(app): Introduce quality mode. Improve functionality of balanced mode using readability to get page content and pull relevant excerpts
feat(UI): Show progress during inferrence feat(security): Don't show API keys in the UI any more feat(models): Support Claude 4 Anthropic models
This commit is contained in:
parent
288120dc1d
commit
c47a630372
17 changed files with 2142 additions and 818 deletions
|
|
@ -3,7 +3,8 @@ export const webSearchRetrieverPrompt = `
|
|||
- You are an AI question rephraser
|
||||
- You will be given a conversation and a user question
|
||||
- Rephrase the question so it is appropriate for web search
|
||||
- Only add additional information or change the meaning of the question if it is necessary for clarity or relevance to the conversation
|
||||
- Only add additional information or change the meaning of the question if it is necessary for clarity or relevance to the conversation such as adding a date or time for current events, or using historical content to augment the question with relevant context
|
||||
- Do not make up any new information like links or URLs
|
||||
- Condense the question to its essence and remove any unnecessary details
|
||||
- Ensure the question is grammatically correct and free of spelling errors
|
||||
- If it is a simple writing task or a greeting (unless the greeting contains a question after it) like Hi, Hello, How are you, etc. instead of a question then you need to return \`not_needed\` as the response in the <answer> XML block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue