forked from React-Group/interstellar_ai
Last minute changes
This commit is contained in:
parent
8ec93d4f1c
commit
44d74a560a
2 changed files with 161 additions and 55 deletions
|
@ -115,7 +115,8 @@ const InputOutputBackend: React.FC = () => {
|
|||
Communicate in the language specified by the user (country code: ${preferredLanguage}), and only in this language.
|
||||
You are only able to change language if the user specifically states you must.
|
||||
Do not answer in multiple languages or multiple measurement systems under any circumstances other than the user requesting it.
|
||||
These are the currently newest Weather infos for the region. In case the user asks about anything weather related, you can use the following data to help the user: ${weatherData}. If there is nothing there say there is no data`
|
||||
These are the currently newest Weather infos for the region. Only for the case when the user asks about anything weather related,
|
||||
you can use the following data to help the user: ${weatherData}. If there is nothing there say there is no data`
|
||||
: `You are a helpful assistant.`;
|
||||
console.log(newSystemMessage)
|
||||
setSystemMessage(newSystemMessage)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue