BloopAI / bloop

bloop is a fast code search engine written in Rust.

Home Page:https://bloop.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GPT4 backend?

leiwen83 opened this issue · comments

Hi,

As current the backend source code is missing in this repo, app built directly from source is not functional...

So may I ask when the backend server could be release? So that we may use our own gpt or other open source LLM?

Thx~

Same requirement.

Hi,

As current the backend source code is missing in this repo, app built directly from source is not functional...

So may I ask when the backend server could be release? So that we may use our own gpt or other open source LLM?

Thx~

I have some demo code to support openai api in the bleep server
https://github.com/xpie-team/bloop/pull/1/files#diff-0b5822433091863507da9dfdf7744f0954c5252a107648e96c8a7b02ae10c73c

@leiwen83 You can now build and run bloop from source with a custom OpenAI API key. Instructions for how to do so here: https://github.com/BloopAI/bloop?tab=readme-ov-file#building-from-source

The OpenAI API code is here: https://github.com/BloopAI/bloop/tree/oss/server/bleep/src/llm