sdsc-ordes / kg-llm-interface

Langchain-powered natural language interface to knowledge-graphs.
Apache License 2.0
12 stars 1 forks source link

Allow remote LLM #23

Closed cmdoret closed 2 months ago

cmdoret commented 5 months ago

Currently, aikg.config.chat does not support connecting to a remote (e.g. openai) API. We should modify the config to support this, with the goal of connecting to an independent LLM service, or ChatGPT.

cmdoret commented 5 months ago

This would be useful once https://github.com/sdsc-ordes/kg-llm-interface/issues/24 is done

cmdoret commented 2 months ago

Implemented in https://github.com/sdsc-ordes/kg-llm-interface/pull/27