mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
switch to poetry
This commit is contained in:
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
@@ -1,11 +1,11 @@
|
||||
"""
|
||||
Pytest for the LM function (mocks the openai api so we can pretend to generate completions through te typoical approach taken in the decorators (and adapters file.))
|
||||
Pytest for the LM function (mocks the openai api so we can pretend to generate completions through the typical approach taken in the decorators (and adapters file.))
|
||||
"""
|
||||
|
||||
from ell.decorators.lm import lm
|
||||
import pytest
|
||||
from unittest.mock import patch, MagicMock
|
||||
from ell.decorators import DEFAULT_SYSTEM_PROMPT
|
||||
from ell.util.lm import DEFAULT_SYSTEM_PROMPT
|
||||
from ell.types import Message, LMPParams
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user