sam
(Sam Saffron)
11 Abril, 2024 01:49
25
MarcP:
Por cierto, pequeño error (¿o no?): cuando usas una persona con una configuración de usuario, los participantes del DM son: ai-model-bot, yo y new-bot-user, extrañamente esto hizo que new-bot-user respondiera con “Hey ai-model-bot”, en lugar de “Hey Marc” ¿está ai-model-bot ahí por alguna razón?
Hmm, esto es ciertamente extraño, algo que podemos arreglar. Me pregunto si el modelo está simplemente confundido porque enviamos el nombre de usuario en el prompt con la pregunta original.
Opus parece hacer esto bien…
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 me gusta