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:
Kevin Hu
2024-09-20 15:33:38 +08:00
committed by GitHub
parent 099c37ba95
commit 78856703c4
2 changed files with 5 additions and 1 deletions

View File

@ -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):