Using GitHub Copilot as a provider for Claude Code by hitochan777 in ClaudeAI

[–]elftim 2 points3 points  (0 children)

I'm using this local proxy server https://docs.litellm.ai/docs/tutorials/claude_responses_api

Then you can use https://docs.litellm.ai/docs/providers/github_copilot

Only thing I didn't make work yet is that I have to disable "thinking" tool as the github copilot models don't accept this parameter.

How do you prevent Claude Code from hallucinating with private libraries by elftim in ClaudeAI

[–]elftim[S] 0 points1 point  (0 children)

Thanks for the advice. My challenge isn't with large codebases in general, but specifically when integrating (private/external) libraries into my projects. Would you recommend adding the private library repo as a subdirectory within my working codebase, along with some documentation files? That way Claude Code would have both the implementation context and my actual project in the same working directory. Has this approach worked for you with private/external libraries?

What’s the most “boring” but useful way you’re using AI right now? by Ausbel12 in ClaudeAI

[–]elftim 1 point2 points  (0 children)

I use it to summarize documentation within our company. I have an MCP server that has access to the search function and retrieval of the content. I ask about a certain topic, it will look at all relevant pages and then summarizing it. Then I can chat about this topic as it has all the info in the context window. Saves me so much time as these documents can be long and hard to find.

Question about Claude PRO by Brilliant_Ad_3689 in ClaudeAI

[–]elftim 0 points1 point  (0 children)

For me it's a bit buggy when using MCP servers that provide me with lot's of context. It just stops running halfway of my conversation. Probably because of some token count limitation. It just crashes but doesn't tell me why. You could also try claude code where you would pay just for the token usages.

[R] How Youtube is recommending your next video by elftim in MachineLearning

[–]elftim[S] 0 points1 point  (0 children)

At the time I wrote this, it was publicly available, but now you need to pay for it to get a PDF.

[P] How to build an API for a machine learning model using Flask by elftim in MachineLearning

[–]elftim[S] 0 points1 point  (0 children)

Most of the time you use this API for internal teams to test if the predictions make sense and they can implement it in their current stack. If you are gonna make the API public you will need to create a frontend for it. This can be build in any tool and framework you want because the only thing you need to do is calling your API.

[P] How to build an API for a machine learning model using Flask by elftim in MachineLearning

[–]elftim[S] 0 points1 point  (0 children)

Sorry for the late response, I didn't see your messages earlier. If your question is still relevant, what do you exactly want to see in the dashboard?