Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
A
add_tracker_entry() (pyalm.internal.alm.ALM method)
adopt_from_alm() (pyalm.internal.alm.ALM method)
AlephAlpha (class in pyalm.models.alephalpha)
ALM (class in pyalm.internal.alm)
autoconverse() (pyalm.internal.alm.ALM method)
available_functions (pyalm.internal.alm.ALM attribute)
available_models (pyalm.models.alephalpha.AlephAlpha attribute)
(pyalm.models.openai.OpenAI attribute)
B
build_prompt() (pyalm.internal.alm.ALM method)
(pyalm.models.alephalpha.AlephAlpha method)
(pyalm.models.gemini.Gemini method)
(pyalm.models.llama.LLaMa method)
(pyalm.models.openai.OpenAI method)
build_prompt_as_str() (pyalm.internal.alm.ALM method)
C
change_latex_delimiters() (in module pyalm.internal.alm)
code_callback (pyalm.internal.alm.ALM attribute)
create_completion() (pyalm.internal.alm.ALM method)
create_completion_plugin() (pyalm.internal.alm.ALM method)
create_generator() (pyalm.internal.alm.ALM method)
create_native_completion() (pyalm.internal.alm.ALM method)
(pyalm.models.alephalpha.AlephAlpha method)
(pyalm.models.gemini.Gemini method)
(pyalm.models.llama.LLaMa method)
(pyalm.models.openai.OpenAI method)
create_native_generator() (pyalm.internal.alm.ALM method)
(pyalm.models.alephalpha.AlephAlpha method)
(pyalm.models.gemini.Gemini method)
(pyalm.models.llama.LLaMa method)
(pyalm.models.openai.OpenAI method)
D
detokenize() (pyalm.models.alephalpha.AlephAlpha method)
(pyalm.models.llama.LLaMa method)
E
enable_automatic_function_calls() (pyalm.internal.alm.ALM method)
F
FunctionFormat (class in pyalm.internal.alm)
G
Gemini (class in pyalm.models.gemini)
get_available_models() (pyalm.models.openai.OpenAI method)
get_gpu_usage() (in module pyalm.internal.resources)
get_n_tokens() (pyalm.internal.alm.ALM method)
(pyalm.models.alephalpha.AlephAlpha method)
(pyalm.models.gemini.Gemini method)
(pyalm.models.llama.LLaMa method)
(pyalm.models.openai.OpenAI method)
get_remaining_credits() (pyalm.models.alephalpha.AlephAlpha method)
get_resource_diff() (in module pyalm.internal.resources)
get_resource_info() (in module pyalm.internal.resources)
I
image_from_source() (pyalm.models.alephalpha.AlephAlpha static method)
init_gui() (pyalm.internal.alm.ALM method)
J
JSON (pyalm.internal.alm.FunctionFormat attribute)
L
LLaMa (class in pyalm.models.llama)
load_history() (pyalm.internal.alm.ALM method)
load_state_from_disk() (pyalm.models.llama.LLaMa method)
M
MODEL_SPECIFIC (pyalm.internal.alm.FunctionFormat attribute)
module
pyalm.internal.alm
pyalm.internal.resources
pyalm.models.alephalpha
pyalm.models.gemini
pyalm.models.llama
pyalm.models.openai
multimodal_completion() (pyalm.models.alephalpha.AlephAlpha method)
N
NO_FUNC_SEQUENCE_FOUND (pyalm.internal.alm.ParseStatus attribute)
O
OpenAI (class in pyalm.models.openai)
P
PARSED_DICT_RETURN (pyalm.internal.alm.ParseStatus attribute)
PARSED_EXECUTED_ERR (pyalm.internal.alm.ParseStatus attribute)
PARSED_EXECUTED_OK (pyalm.internal.alm.ParseStatus attribute)
ParseStatus (class in pyalm.internal.alm)
pop_entry() (pyalm.internal.alm.ALM method)
preserved_sequences (pyalm.internal.alm.ALM property)
pricing (pyalm.models.alephalpha.AlephAlpha attribute)
(pyalm.models.openai.OpenAI attribute)
pricing_factors (pyalm.models.alephalpha.AlephAlpha attribute)
pricing_img (pyalm.models.alephalpha.AlephAlpha attribute)
pricing_meta (pyalm.models.alephalpha.AlephAlpha attribute)
(pyalm.models.openai.OpenAI attribute)
pyalm.internal.alm
module
pyalm.internal.resources
module
pyalm.models.alephalpha
module
pyalm.models.gemini
module
pyalm.models.llama
module
pyalm.models.openai
module
PYDOC (pyalm.internal.alm.FunctionFormat attribute)
R
replace_symbols() (pyalm.internal.alm.ALM method)
reset_tracker() (pyalm.internal.alm.ALM method)
restore_ctx_from_disk() (pyalm.models.llama.LLaMa method)
S
save_ctx_to_disk() (pyalm.models.llama.LLaMa method)
save_history() (pyalm.internal.alm.ALM method)
save_state() (pyalm.internal.alm.ALM method)
save_state_to_disk() (pyalm.models.llama.LLaMa method)
set_system_message() (pyalm.internal.alm.ALM method)
setup_backend() (pyalm.models.llama.LLaMa method)
summarize() (pyalm.models.alephalpha.AlephAlpha method)
Symbols (class in pyalm.internal.alm)
symbols (pyalm.internal.alm.ALM property)
system_msg (pyalm.internal.alm.ALM property)
T
tokenize() (pyalm.internal.alm.ALM method)
(pyalm.models.alephalpha.AlephAlpha method)
(pyalm.models.gemini.Gemini method)
(pyalm.models.llama.LLaMa method)
(pyalm.models.openai.OpenAI method)
tokenize_as_str() (pyalm.internal.alm.ALM method)
(pyalm.models.alephalpha.AlephAlpha method)
(pyalm.models.gemini.Gemini method)
(pyalm.models.llama.LLaMa method)
(pyalm.models.openai.OpenAI method)
U
UNDEFINED (pyalm.internal.alm.ParseStatus attribute)
UNPARSEABLE_FUNC_FOUND (pyalm.internal.alm.ParseStatus attribute)
update_gui() (pyalm.internal.alm.ALM method)
user_symbols (pyalm.internal.alm.ALM attribute)
V
verbose (pyalm.internal.alm.ALM property)
PyALM
Navigation
Introduction
Core
Local LlaMa models
OpenAI
Aleph Alpha
Gemini
Helpers
Related Topics
Documentation overview
Quick search