sam
(Sam Saffron)
11 Aprile 2024, 1:49am
25
MarcP:
A proposito, piccolo bug (o no?): quando si usa una persona con un utente configurato, i partecipanti alla chat sono: ai-model-bot, io e new-bot-user, stranamente questo ha fatto sì che new-bot-user rispondesse con “Hey ai-model-bot”, invece di “Hey Marc” c’è un motivo per cui ai-model-bot è lì?
Hmm, questo è certamente strano, qualcosa che possiamo risolvere. Mi chiedo se il modello sia solo confuso perché spediamo il nome utente nel prompt con la domanda originale.
Opus sembra fare la cosa giusta…
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 Mi Piace