MCPcopy Create free account

hub / github.com/Icecubesaad/OpenLLM-Studio / functions

Functions505 in github.com/Icecubesaad/OpenLLM-Studio

↓ 1 callersMethodstop_generation
(&self)
src-tauri/src/local_runtime.rs:205
↓ 1 callersMethodunload_if_active
(&self, model_name: &str)
src-tauri/src/local_runtime.rs:223
↓ 1 callersFunctionupdateConversation
( dbPath: string, conversationId: string, modelName: string, title: string )
src/lib/tauri.ts:97
↓ 1 callersFunctionuseHfDownload
()
src/hooks/useHfDownload.ts:6
↓ 1 callersFunctionuseHfModelFiles
()
src/hooks/useHfModelFiles.ts:6
↓ 1 callersFunctionuseHfSearch
()
src/hooks/useHfSearch.ts:6
↓ 1 callersFunctionuseHfToken
()
src/hooks/useHfToken.ts:5
↓ 1 callersFunctionuseLoadedModel
()
src/hooks/useLoadedModel.ts:5
↓ 1 callersFunctionuseMessages
(dbPath: string, conversationId: string | null)
src/hooks/useMessages.ts:5
↓ 1 callersFunctionuseOptimizationSettings
()
src/hooks/useOptimizationSettings.ts:7
↓ 1 callersFunctionvalidateHfToken
(token: string)
src/lib/tauri.ts:240
↓ 1 callersFunctionvalidateToken
(token: string)
src/hooks/useHfToken.ts:10
↓ 1 callersFunctionvalidate_license
( db_path: String, license_key: String, )
src-tauri/src/commands.rs:1066
↓ 1 callersMethodvalidate_token
Validate HuggingFace token
src-tauri/src/huggingface.rs:265
↓ 1 callersMethodwait_for_runtime
(&self, port: u16)
src-tauri/src/local_runtime.rs:299
↓ 1 callersMethodwindows_binary_candidates
(&self, binary_name: &str)
src-tauri/src/local_runtime.rs:353
↓ 1 callersMethodwindows_url
(&self, base_url: &str)
src-tauri/src/llama_binaries.rs:41
↓ 1 callersFunctionwrite_manifest
(model_dir: &Path, manifest: &LocalModelManifest)
src-tauri/src/model_store.rs:38
FunctionApp
()
src/App.tsx:12
FunctionBinaryDownloadPrompt
({ onBinaryReady }: BinaryDownloadPromptProps)
src/components/BinaryDownloadPrompt.tsx:39
FunctionChatInput
({ onSend, onStop, disabled = false, placeholder = 'Message', selectedModel, availableModels,
src/components/ChatInput.tsx:14
FunctionChatInterface
({ dbPath, conversation, messages, availableModels, isLoadingMessages = false, onRefreshMessages,
src/components/ChatInterface.tsx:19
FunctionChatPage
({ dbPath }: ChatPageProps)
src/pages/ChatPage.tsx:13
FunctionConversationList
({ dbPath, selectedId, onSelect }: ConversationListProps)
src/components/ConversationList.tsx:12
FunctionConversationListItem
({ conversation, isSelected, onSelect }: ConversationListItemProps)
src/components/ConversationListItem.tsx:11
FunctionCustomTitleBar
()
src/components/CustomTitleBar.tsx:3
FunctionDownloadQueue
({ downloads, onPause, onResume, onCancel }: DownloadQueueProps)
src/components/DownloadQueue.tsx:11
FunctionDownloadQueueItem
({ download, onPause, onResume, onCancel }: DownloadQueueItemProps)
src/components/DownloadQueue.tsx:54
FunctionEnvironmentVariablesSection
()
src/components/EnvironmentVariablesSection.tsx:1
FunctionErrorBanner
({ message, onDismiss, onRetry }: ErrorBannerProps)
src/components/ErrorBanner.tsx:7
FunctionHardwareInfoDisplay
()
src/components/HardwareInfoDisplay.tsx:14
FunctionHardwareInfoSection
({ hardwareInfo, onRedetect, isDetecting }: HardwareInfoSectionProps)
src/components/HardwareInfoSection.tsx:10
FunctionHfModelCard
({ model, onSelect, isSelected }: HfModelCardProps)
src/components/HfModelCard.tsx:10
FunctionHfModelFileItem
({ file, hardwareInfo, onDownload, downloadProgress, isInstalled = false }: HfModelFileItemProps)
src/components/HfModelFileItem.tsx:12
FunctionHfModelFileList
({ repoId, files, hardwareInfo, onDownload, downloads, installedModels }: HfModelFileListProps)
src/components/HfModelFileList.tsx:13
FunctionHfSearchBar
({ searchQuery, onChange, onSearch, isSearching, autoFocus = false }: HfSearchBarProps)
src/components/HfSearchBar.tsx:12
FunctionHfTokenSection
({ token, username, onValidate, onClear, isValidating }: HfTokenSectionProps)
src/components/HfTokenSection.tsx:11
FunctionHuggingFaceTab
()
src/components/HuggingFaceTab.tsx:19
FunctionLicenseManager
()
src/components/LicenseManager.tsx:12
FunctionLoadingSpinner
({ size = 'md', color = 'coral' }: LoadingSpinnerProps)
src/components/LoadingSpinner.tsx:6
FunctionMessageBubble
({ message }: MessageBubbleProps)
src/components/MessageBubble.tsx:10
FunctionMessageList
({ messages, streamingContent, isLoading = false }: MessageListProps)
src/components/MessageList.tsx:66
FunctionModelCard
({ model, isInstalled, downloadProgress, onDownload, onDelete, onUseInChat }: ModelCardProps)
src/components/ModelCard.tsx:12
FunctionModelLibrary
()
src/components/ModelLibrary.tsx:9
FunctionModelLibraryPage
()
src/pages/ModelLibraryPage.tsx:7
FunctionModelLibraryTabs
()
src/components/ModelLibraryTabs.tsx:6
FunctionModelStatusIndicator
()
src/components/ModelStatusIndicator.tsx:4
FunctionModelWizard
({ onClose }: ModelWizardProps)
src/components/ModelWizard.tsx:25
FunctionMyLibrary
()
src/components/MyLibrary.tsx:8
FunctionOllamaRegistrationTest
()
src/components/OllamaRegistrationTest.tsx:11
FunctionOnboardingScreen
()
src/pages/OnboardingScreen.tsx:4
FunctionOptimizationSettingsSection
({ settings, hardwareInfo, onChange, onSave, onReset, isSaving, }: OptimizationSettingsSectionProp
src/components/OptimizationSettingsSection.tsx:12
FunctionPerformanceDashboard
()
src/components/PerformanceDashboard.tsx:1
FunctionProBadge
()
src/components/ProFeatureGate.tsx:81
FunctionProFeatureGate
({ children, featureName, fallback }: ProFeatureGateProps)
src/components/ProFeatureGate.tsx:10
FunctionRuntimeSection
()
src/components/RuntimeSection.tsx:37
FunctionSettingsPage
()
src/pages/SettingsPage.tsx:35
FunctionStreamingMessage
({ content }: { content: string })
src/components/MessageList.tsx:37
FunctionToast
({ message, type, onClose, duration = 3000 }: ToastProps)
src/components/Toast.tsx:12
FunctionToastContainer
({ toasts, onRemove }: ToastContainerProps)
src/components/ToastContainer.tsx:14
FunctionTypingIndicator
()
src/components/MessageList.tsx:14
Methodadd_step
(&mut self, step: String)
src-tauri/src/loop_detector.rs:16
Methodcalculate
Calculate optimal settings based on detected hardware
src-tauri/src/optimization.rs:8
Methodcalculate_batch_size
Calculate batch size based on GPU backend
src-tauri/src/optimization.rs:44
Methodcalculate_context_window
Calculate optimal context window based on VRAM Formula: (vram_gb - 2.0) * 2048 tokens, reserving 2GB for system
src-tauri/src/optimization.rs:28
Methodcalculate_gpu_layers
Calculate GPU layer allocation
src-tauri/src/optimization.rs:52
Methodcalculate_options
( &self, model_size_gb: f64, available_vram_gb: f64, )
src-tauri/src/quantization.rs:24
Functioncancel_hf_download
( download_manager: tauri::State<'_, crate::download_manager::DownloadManager>, model_name: String, )
src-tauri/src/commands.rs:880
Methodcatalog_query
(model_name: &str)
src-tauri/src/huggingface.rs:741
Functioncheck_ollama_health
( runtime_manager: tauri::State<'_, crate::local_runtime::RuntimeManager>, )
src-tauri/src/commands.rs:19
FunctionclearToken
()
src/hooks/useHfToken.ts:40
FunctioncreateNewSession
()
src/pages/ChatPage.tsx:30
Methoddefault
()
src-tauri/src/download_manager.rs:160
Methoddefault
()
src-tauri/src/ollama.rs:372
Functiondefault_thread_count
()
src-tauri/src/local_runtime.rs:443
Functiondelete_conversation
( db_path: String, conversation_id: String, )
src-tauri/src/commands.rs:414
Functiondelete_conversation
(conn: &Connection, conversation_id: &str)
src-tauri/src/db.rs:107
Functiondelete_model
(root: &Path, model_name: &str)
src-tauri/src/model_store.rs:99
Methoddelete_model
(&self, model_name: String)
src-tauri/src/local_runtime.rs:62
Functiondetect_hardware_cached
(db_path: String)
src-tauri/src/commands.rs:49
Methoddisplay_name
Get display name for UI
src-tauri/src/llama_binaries.rs:90
FunctiondownloadModel
(modelName: string, preferredQuantization?: string)
src/hooks/useModelDownload.ts:84
Functiondownload_binary
( app_handle: tauri::AppHandle, variant: crate::llama_binaries::BinaryVariant, )
src-tauri/src/commands.rs:1284
Functiondownload_hf_model
( app_handle: tauri::AppHandle, download_manager: tauri::State<'_, crate::download_manager::DownloadMa
src-tauri/src/commands.rs:850
Methoddownload_url
Get the download URL for this binary variant based on OS
src-tauri/src/llama_binaries.rs:21
Methoddrop
(&mut self)
src-tauri/src/local_runtime.rs:418
Methodexecute_task
(&self, task: String)
src-tauri/src/coding_agent.rs:23
Methodexport_config
(&self)
src-tauri/src/team_config.rs:8
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
src-tauri/src/error.rs:39
Functionformat_bytes
Helper functions for tests
src-tauri/src/tests/mod.rs:86
Methodfrom_string
(s: &str)
src-tauri/src/license.rs:23
Methodgenerate_report
(&self)
src-tauri/src/gdpr_reporter.rs:8
Methodgenerate_report
(&self)
src-tauri/src/hipaa_reporter.rs:8
Methodgenerate_tests
(&self, _code: String)
src-tauri/src/test_generator.rs:8
FunctiongetAvailableCloudModels
( openRouterKey: string | null, claudeKey: string | null, openAiKey: string | null )
src/lib/cloudModels.ts:38
Functionget_binary_statuses
( app_handle: tauri::AppHandle, )
src-tauri/src/commands.rs:1264
Functionget_db_path
(app_handle: tauri::AppHandle)
src-tauri/src/commands.rs:30
Methodget_fallback_recommendations
( &self, available_ram_gb: f64, available_vram_gb: f64, use_case: UseCase,
src-tauri/src/model_recommender.rs:666
Functionget_hf_model_details
( repo_id: String, hf_token: Option<String>, )
src-tauri/src/commands.rs:817
Functionget_hf_model_files
( repo_id: String, hf_token: Option<String>, )
src-tauri/src/commands.rs:805
← previousnext →201–300 of 505, ranked by callers