michelle123lam / lloom

Concept Induction: Analyzing Unstructured Text with High-Level Concepts Using LLooM (CHI 2024 paper). LLooM automatically surfaces high-level concepts to analyze unstructured text.
https://stanfordhci.github.io/lloom
BSD 3-Clause "New" or "Revised" License
45 stars 12 forks source link

Add gpt-4o to supported model lists in llm.py #7

Closed justinebreuch closed 1 month ago

justinebreuch commented 1 month ago

The rate limits on https://platform.openai.com/account/limits seem different than what is in llm.py, so I tried to match existing calculations in a relative way, but happy to make any updates.

This requires an update to the new version of tiktoken