TopicGPT icon indicating copy to clipboard operation
TopicGPT copied to clipboard

TopicGPT allows to integrate the benefits of LLMs into Topic Modelling

Results 4 TopicGPT issues
Sort by recently updated
recently updated
newest added

Hi, This is very useful library. Is it possible to add support for Azure Open AI version into this package.

There are a bunch of tools out there that have their own OpanAI compativle LLM API, it would be cool if TopicGPT could use them. Examples include, https://github.com/oobabooga/text-generation-webui/wiki/12-%E2%80%90-OpenAI-API#examples https://localai.io/features/openai-functions/ An...

``` ValueError: Expected 2D array, got 1D array instead: array=[nan nan nan nan nan nan nan nan nan nan]. Reshape your data either using array.reshape(-1, 1) if your data has...