alblack52 0.0.8__tar.gz → 0.0.9__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alblack52
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: This is the simplest module for quick work with files.
5
5
  Author: __token__
6
6
  Author-email: mihajlovic.aleksa@gmail.com
@@ -1,8 +1,9 @@
1
1
  import requests
2
2
 
3
3
  API_URL = "https://api.deepinfra.com/v1/openai/chat/completions"
4
- API_TOKEN = "jwt:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJnaDoxNzIxOTMyNzUiLCJleHAiOjE3MjA1MzM3NTh9.EbUJjFrb4mAqxzN-XvrWbstC_tNo70eBqhtaqnIa7IQ"
4
+ API_TOKEN = "jwt:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJnaDoxNzIxOTMyNzUiLCJleHAiOjE3MzIzNjE2NjN9.yhgZmDs3W1zyD5nrRKW9qPVxniYRuXlmDWdGvNak8S4"
5
5
 
6
+ # fjkbsfbkjsbdfs
6
7
 
7
8
  def ask_phind(messages):
8
9
  headers = {
@@ -10,7 +11,7 @@ def ask_phind(messages):
10
11
  "Content-Type": "application/json"
11
12
  }
12
13
  data = {
13
- "model": "Phind/Phind-CodeLlama-34B-v2",
14
+ "model": "meta-llama/Meta-Llama-3-70B-Instruct",
14
15
  "messages": messages
15
16
  }
16
17
  response = requests.post(API_URL, headers=headers, json=data)
@@ -164,7 +164,7 @@ def insertion():
164
164
  return lst'''
165
165
  return print('чел это рофлс')
166
166
 
167
-
167
+ # dehadb.ke
168
168
  def all():
169
169
  '''insertion
170
170
  merge
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: alblack52
3
- Version: 0.0.8
3
+ Version: 0.0.9
4
4
  Summary: This is the simplest module for quick work with files.
5
5
  Author: __token__
6
6
  Author-email: mihajlovic.aleksa@gmail.com
@@ -8,7 +8,7 @@ def readme():
8
8
 
9
9
  setup(
10
10
  name='alblack52',
11
- version='0.0.8',
11
+ version='0.0.9',
12
12
  author='__token__',
13
13
  description='This is the simplest module for quick work with files.',
14
14
  packages=['alblack52'],
File without changes
File without changes
File without changes
File without changes