Adrian Liechti

Results 9 comments of Adrian Liechti

hi @Magicking I experimented this night with a simple implementation of application insights for our services. Maybe this code snipets help you. I wrote some global handler for the frameworks...

also router.Use(cors.Default()) seems not to work... maybe this is related?

thanks a super lot @andriisoldatenko for this handy hint

please note that we do not support or further develop tifig we encourage everyone to fork this repo and bring it to shine on a new home

@FSSRepo you are right. i tested on linux and macos, and added a ifndef for windows - similar to httplib's implementation. do you have more platforms in mind? @phymbert might...

@sashabaranov thanks a ton for coming back on this! my own one adapts tools like mimic3, coqui.ai, whisper.cpp compatible ones into an openai-compatible api (also multiple ones). here a link:...

@sashabaranov Had you already found the time to consider this change?

you made my day! cheers to you

You can use an LLM Gateway for such usecases. Mine should work for that use case also: https://github.com/adrianliechti/llama Enchanted Settings: LLM Platform Config: config.yaml ```yaml providers: - type: groq token:...