Skip to content

Commit

Permalink
GITBOOK-168: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambika Joshi authored and gitbook-bot committed Sep 9, 2024
1 parent 3692477 commit 10752a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions guides/copilot/frequently-asked-questions-about-ai-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,19 @@ You are an AI Bot that runs the front-desk of a Dentist's clinic.
```

Here the Jinja templating language uses an `if statement` to provide the prompt with a condition to output the text in a particular way based on the platform the bot is integrated into.

### Q: How many last messages (conversation history) does the copilot accept while answering the user's next question?

A: We retain up to 50 conversations in the conversation history. 

### Q: Can LLM "temperature" be increased beyond 1 if I want more creative responses?

A: We host several AI models, and the LLM "temperature" settings can vary. Here are the temperature settings per model: 

| AI Model | Temperature Settings |
| -------------------------------------------------------------------------------------------------------------------- | -------------------- |
| OpenAI | 0.0 to 2.0 |
| [Claude 3.5 Sonnet](https://docs.anthropic.com/en/api/complete) | 0.0 to 1.0 |
| [Gemini 1.5 Pro](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/adjust-parameter-values) | 0.0 to 2.0 |
| [Gemini 1.5 Flash](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/adjust-parameter-values) | 0.0 to 2.0 |
| [Gemini 1.0 Pro Vision](https://cloud.google.com/vertex-ai/generative-ai/docs/learn/prompts/adjust-parameter-values) | 0.0 to 1.0 |

0 comments on commit 10752a6

Please sign in to comment.