[GH-ISSUE #6893] Llama3.170b through web api gives different quality then command line #66402

Closed
opened 2026-05-04 03:55:20 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @remco-pc on GitHub (Sep 20, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/6893

What is the issue?

through web i ask this:

can you give an svg circle example ?

Below is simple SVG (alable Graphics) example draws a red:

<svg width="100 height="100 ="50"="50 r="40 stroke="green stroke-width4" fillred" />
svg>
``Here's breakdown of the used in this circle example- `` and ``: These the coordinates (, y) the center the circle. this case, are set to50, is half of width and of the SVG.
  
 `r`: attribute specifies the of the circle Here, it set to40.

-stroke` andstroke-width`: `stroke` defines the of the outline the circle ( in this example while `stroke` sets thickness of the.

- ``: This attribute the fill color the circle itselfred in this).

You adjust these to customize appearance and of SVG circle

While in the command line, it responses with good quality, are there different parameters, i am only using the defaults...

### OS

Linux

### GPU

_No response_

### CPU

Intel

### Ollama version

ollama version is 0.3.6
Originally created by @remco-pc on GitHub (Sep 20, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/6893 ### What is the issue? through web i ask this: can you give an svg circle example ? Below is simple SVG (alable Graphics) example draws a red: ``` <svg width="100 height="100 ="50"="50 r="40 stroke="green stroke-width4" fillred" /> svg> ``Here's breakdown of the used in this circle example- `` and ``: These the coordinates (, y) the center the circle. this case, are set to50, is half of width and of the SVG. `r`: attribute specifies the of the circle Here, it set to40. -stroke` andstroke-width`: `stroke` defines the of the outline the circle ( in this example while `stroke` sets thickness of the. - ``: This attribute the fill color the circle itselfred in this). You adjust these to customize appearance and of SVG circle While in the command line, it responses with good quality, are there different parameters, i am only using the defaults... ### OS Linux ### GPU _No response_ ### CPU Intel ### Ollama version ollama version is 0.3.6
GiteaMirror added the bug label 2026-05-04 03:55:21 -05:00
Author
Owner

@remco-pc commented on GitHub (Sep 20, 2024):

probably a bug in my sse implementation

<!-- gh-comment-id:2364117044 --> @remco-pc commented on GitHub (Sep 20, 2024): probably a bug in my sse implementation
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#66402