Jianqing Peng

Results 58 comments of Jianqing Peng

Very nice, I am using your script to avoid it auto end the conversation.

I am using openrouter.ai, so if it can support custom the baseUrl and model, then we can use Claude Haiku, or any other LLM models that supported by openrouter.ai The...

If we can add LLM_MODEL=, then will be great ``` # Used to set the base URL path for OpenAI API requests.The default value is https://api.openai.com/v1 OPENAI_API_BASE= # OpenAI API...

@risetoday I am not using mps, so it works well You can check my PR - https://github.com/xISSAx/Alpha-Co-Vision/pull/2/files ``` def init(): global processor global model processor = BlipProcessor.from_pretrained("Salesforce/blip-image-captioning-base") if config.settings.enable_mps: model...

Probably you need this, and replace the base URL with your local URL. - https://github.com/abetlen/llama-cpp-python ``` pip install llama-cpp-python[server] python3 -m llama_cpp.server --model models/7B/ggml-model.bin ``` The update to the baseUrl...

Hello, I have build the SAP AI Core Proxy server to support integrate Claude code with SAP AI Core - https://github.com/pjq/sap-ai-core-llm-proxy?tab=readme-ov-file#claude-code - https://www.linkedin.com/pulse/sap-ai-core-now-supports-claude-code-jianqing-peng-w8idc/?trackingId=0i%2BSZuUSQk%2Bc4r8eUhD7TQ%3D%3D - https://github.com/pjq/sap-ai-core-llm-proxy/blob/main/docs/ClaudeCodeGuideline.md -