-
python3-grokcore-xmlrpc-3.0.0-1.lbn36.noarch
grokcore.xmlrpc XML-RPC Views for Grok.This package provides base classes for
XML-RPC Views for Grok.3.0.0 (2018-01-10) - Python 3 compatibility.1.2.1
(2016-02-15) - Update tests.1.2 (2012-05-02) - Use the component registration
api in grokcore.component.1.1 (2011-01-20) - Use zope.errorview for the
functional tests. This lifts the dependency on zope.app.http.1.0 (2011-01-03) -
Factor out...
Located in
LBN
/
…
/
Business
/
BastionLinux 36
-
python3-groq-0.24.0-1.lbn36.noarch
Groq Python API library
The Groq Python library provides convenient access to the Groq REST API from any Python 3.8+
application. The library includes type definitions for all request params and response fields,
and offers both synchronous and asynchronous clients powered by httpx.
It is generated with Stainless.
Documentation
The REST API documentation can be found on console.groq.com. The full API of this library can be found in api.md.
Usage
The full API of this library can be found in api.md.
import os
from groq import Groq
client = Groq(
api_key=os.environ.get("GROQ_API_KEY"), # This is the default and can be omitted
)
chat_completion = client.chat.completions.create(
messages=[
{
"role": "user",
"content": "Explain the importance of low latency LLMs",
}
],
model="llama3-8b-8192",
)
print(chat_completion.choices[0].message.content)
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-grpc-google-iam-v1-0.14.1-1.lbn36.noarch
Python Client for IAM
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36
-
python3-grpc-interceptor-0.15.4-1.lbn36.noarch
[...:: $ sudo
pip install grpcio-gcpUsage Create a config file (e.g. spanner.grpc.config)
defining API configuration, with ChannelPoolConfig and MethodConfig.::
channel_pool: { max_size:...
Located in
LBN
/
…
/
Cloud Computing
/
BastionLinux 25
-
python3-grpcio-gcp-0.2.2-1.lbn36.noarch
gRPC-GCP Python Package for gRPC-GCP Python.Installation gRPC-GCP Python is
available wherever gRPC is available.From PyPI If you are installing
locally...:: $ pip install grpcio-gcpElse system wide (on Ubuntu)...:: $ sudo
pip install grpcio-gcpUsage Create a config file (e.g. spanner.grpc.config)
defining API configuration, with ChannelPoolConfig and MethodConfig.::
channel_pool: { max_size:...
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 36
-
python3-grpcio-health-checking-1.48.4-41.lbn36.noarch
gRPC Python Health Checking
===========================
Reference package for GRPC Python health checking.
Located in
LBN
/
…
/
Data Science
/
BastionLinux 36