Commit 6b375468 authored by lintangsutawika's avatar lintangsutawika
Browse files

BaseLM to LM

parent dd2b2de9
...@@ -39,7 +39,7 @@ def anthropic_completion( ...@@ -39,7 +39,7 @@ def anthropic_completion(
@register_model("anthropic") @register_model("anthropic")
class AnthropicLM(BaseLM): class AnthropicLM(LM):
REQ_CHUNK_SIZE = 20 REQ_CHUNK_SIZE = 20
def __init__(self, model): def __init__(self, model):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment