#how to prevent gpt3 to send back links ?

14 messages · Page 1 of 1 (latest)

halcyon shuttle
#

is now gpt3 connected to internet ? if you have any explanations about this , please let me know

mortal turret
#

What Model did you use?

halcyon shuttle
# mortal turret

Im using gpt-3.5-turbo

 params: {
      model: "gpt-3.5-turbo",
      max_tokens: 3000,
      temperature: 0,
    },
mortal turret
#

Tried this several times now also with 0 temperature and max length ~1k tokens

#

no difference really

#

so set a basic system or instruct message

#

In general playground is nice for prompt-design.

halcyon shuttle
#

this is weird xD , I give it better instructions like exemple discussion , and now it making nice completion as expected , but I still dont understand why I get that link

halcyon shuttle
mortal turret