You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a reminder here for me to experiment with a fine-tuned model rather than out of the box LLM. . . though I think the RAG is working well for now for custom personality, language, and info.
The text was updated successfully, but these errors were encountered:
Dan says: {prompt}
Additional context you can use from most relevant to less relevant:
- {context1}
- {context2..10}
Current code in the editor:
```
{currentCode}
```
For it to better capture "custom personality, language, and info", we could change the prompt to tell it that those words are said by him, and/or to mimic the style of the text. (Although, something to note is that this additional context is only available during chatting, so it may not inherit these features during code explanation).
Also we could think about moving the Prompt + Code below the other context, if it has any difference.
Just a reminder here for me to experiment with a fine-tuned model rather than out of the box LLM. . . though I think the RAG is working well for now for custom personality, language, and info.
The text was updated successfully, but these errors were encountered: