ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: did ragflow support xAi Grok 3?

Open chminsc opened this issue 9 months ago • 2 comments

Describe your problem

would be helpful if add this support.

chminsc avatar Feb 27 '25 01:02 chminsc

get it done by adding openai api compatible model. key things to know is that base url should be https://api.x.ai/, not https://api.x.ai/v1/chat/completions

chminsc avatar Feb 27 '25 02:02 chminsc

Image

KevinHuSh avatar Feb 27 '25 03:02 KevinHuSh

why i still get the error either i use https://api.x.ai/ or https://api.x.ai/v1/chat/completions,: Fail to access model(grok-3-mini).local variable 'response' referenced before assignment.

tdhanjun avatar Apr 14 '25 02:04 tdhanjun

why i still get the error either i use https://api.x.ai/ or https://api.x.ai/v1/chat/completions,: Fail to access model(grok-3-mini).local variable 'response' referenced before assignment.

use https://api.x.ai/v1

qedight avatar Apr 23 '25 06:04 qedight