chtmp223 / topicGPT

TopicGPT: A Prompt-Based Framework for Topic Modeling (NAACL'24)
https://chtmp223.github.io/topicGPT
228 stars 37 forks source link

What is perplexity API KEY? #10

Closed dashfahojg closed 2 weeks ago

dashfahojg commented 3 weeks ago

Is it just as the same as normal API KEY used in chatgpt API?

chtmp223 commented 2 weeks ago

The Perplexity API is a separate API entirely, designed to support open-source models as outlined in its documentation: https://docs.perplexity.ai/home. With our latest release (v0.2.0) of the topicgpt_python package (https://pypi.org/project/topicgpt-python/), we have removed support for the Perplexity API. Instead, we now provide support for vLLM inference for those interested in using open-source models.