sam
(Sam Saffron)
11. April 2024 um 01:49
25
MarcP:
Übrigens, kleiner Bug (oder auch nicht?): Wenn man eine Persona mit einem eingerichteten Benutzer verwendet, sind die DM-Teilnehmer: ai-model-bot, ich und new-bot-user. Seltsamerweise hat dies dazu geführt, dass der new-bot-user mit „Hey ai-model-bot“ statt mit „Hey Marc“ geantwortet hat Ist ai-model-bot aus einem bestimmten Grund da?
Hmm, das ist seltsam, sicherlich etwas, das wir beheben können. Ich frage mich, ob das Modell einfach verwirrt ist, weil wir den Benutzernamen im Prompt zusammen mit der ursprünglichen Frage versenden.
Opus scheint das richtig hinzubekommen…
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 „Gefällt mir“