sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.15k stars 209 forks source link

The chat placeholder text gives @chatgpt and @gemini as examples, but they don't work. #7519

Closed williamstein closed 2 weeks ago

williamstein commented 3 months ago
  1. Type @chatgpt hi or @gemini hi
  2. Quickly hit shift+enter to send.
  3. Nothing.

What does work is to type @gemini and WAIT. Then a popup appears and you can select which model and it replaces it by the actual thing that counts for detecting LLM usage. (Another bug: note that the icon is the wrong size for one of the gemini models):

image

Until very recently @chatgpt hi did work, but Harald removed the old code that detected that sort of thing, which was of course potentially brittle. So it's probably best to just change the placeholder text completely. Thoughts?

I did just change it to

image

from

image

since "a LLM" is not correct english, and also we don't want to omit humans from being mentioned -- that's very important! Finally the "...)..." looked funny.