Jeffser / Alpaca

An Ollama client made with GTK4 and Adwaita
GNU General Public License v3.0
132 stars 19 forks source link

Code formatting on responses #129

Open olumolu opened 1 week ago

olumolu commented 1 week ago

here is a example of duckduckgo chat interface image not only here major all chat services provide this.

loulou64490 commented 1 week ago

this is already implemented Capture d’écran du 2024-07-06 19-19-09

Jeffser commented 1 week ago

It has been implemented but some models don't follow the standard output for code

```PYTHON
print('hello world')
\```

Instead they do this

`
print('hello world')
`

I might also add that as a format