Skip to content

How to use as replacement of chatgpt with 4o #1366

Answered by LostRuins
superchargez asked this question in Q&A
Discussion options

You must be logged in to vote

There isn't an all-in-one "omni" model for KoboldCpp, instead you need to use various smaller models combined to get what you need.

  • For text generation, you already have that.
  • For image generation, KoboldCpp supports Stable Diffusion 1.5, SDXL, SD3 and Flux models. For the API, you would use this A1111 compatible txt2img api https://lite.koboldai.net/koboldcpp_api#/sdapi%2Fv1/post_sdapi_v1_txt2img
  • For image recognition/vision, KoboldCpp supports various vision mmproj for multiple architectures, currently the best one is MiniCPM v2.6, you can get it here https://huggingface.co/koboldcpp/mmproj, load that along with the main GGUF model. If you want to access it over the API, use the images

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by superchargez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants