Skip to content

Commit 3e3625b

Browse files
pjoshi30Preetam Joshi
andauthored
Cleaning up some code (#7)
* Cleaning up some code * Made config to use the default hallucination detector --------- Co-authored-by: Preetam Joshi <info@aimon.ai>
1 parent 039ab03 commit 3e3625b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

aimon/client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from .models import MLModel, Application
55
from .dataset import Dataset, DatasetCollection
66
from .evaluation import Evaluation, Run
7-
from .simple_client import SimpleAimonRelyClient
87
from .metrics_config import Config
98
from typing import List, Dict, Any
109
import requests
@@ -26,7 +25,6 @@ def __init__(self, api_key, email):
2625
self.api_key = api_key
2726
self.check_api_key()
2827
self.user = self.get_user(email)
29-
self._inline_client = SimpleAimonRelyClient(api_key)
3028

3129
def get_user(self, email):
3230
headers = self.create_auth_header()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name='aimon',
55
python_requires='>3.8.0',
66
packages=find_packages(),
7-
version="0.3.0",
7+
version="0.3.1",
88
install_requires=[
99
"requests"
1010
],

0 commit comments

Comments
 (0)