mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
make excel parsing configurable (#2517)
### What problem does this PR solve? #2516 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -689,6 +689,7 @@ class BedrockChat(Base):
|
||||
|
||||
yield num_tokens_from_string(ans)
|
||||
|
||||
|
||||
class GeminiChat(Base):
|
||||
|
||||
def __init__(self, key, model_name,base_url=None):
|
||||
|
||||
Reference in New Issue
Block a user