sam
(Sam Saffron)
11.Апрель.2024 01:49:45
25
MarcP:
Кстати, небольшая ошибка (или нет?): когда вы используете персонажа с настройкой пользователя, участники ЛС: ai-model-bot, я и new-bot-user. Странно, что это привело к тому, что new-bot-user ответил: «Привет, ai-model-bot», вместо «Привет, Марк» . Есть ли у ai-model-bot какая-то причина?
Хм, это действительно странно, и это определённо можно исправить. Мне интересно, не путается ли модель, потому что мы передаём имя пользователя в промпте вместе с исходным вопросом.
Opus, похоже, справляется с этим правильно…
AI Conversation with Claude-3-opus
sam : Hello!
SqlHelperBot : Hello! How can I assist you with querying the database today?
sam : what is my name?
SqlHelperBot : To find your name, we can query the users table like this:
To find your name, we can query the users table like this:
SELECT name
FROM users
WHERE username = 'sam'
This query selects the name column from the users table where the username is ‘sam’.
The key steps are:
Select the name column since that contains the user’s name
Filter the rows to only the one where username matches ‘sam’
Th…
Read full transcript
1 лайк